home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / scriptdef / Popup Page.sd < prev    next >
INI File  |  2004-06-28  |  576b  |  38 lines

  1. [SUBJECT]
  2. Description=Redirect to a new page after 5 seconds
  3. ImageIndex=-1
  4. Folder=Tools
  5.  
  6.  
  7. [HEAD_TEXT]
  8. ;<script language="JavaScript">
  9. ;<!-- Begin
  10. ;function popupPage() {
  11. ;var page = "`URL`";
  12. ;windowprops = "height=`height`,width=`width`,location=no," + "scrollbars=no,menubars=no,toolbars=no,resizable=yes";
  13. ;window.open(page, "Popup", windowprops);
  14. ;}
  15. ;//  End -->
  16. ;</script>
  17. ;
  18.  
  19.  
  20. [BODY_TAG]
  21. ;onLoad="setTimeout('popupPage()', 5000);"
  22.  
  23. [`URL`]
  24. Kind=S
  25. Value=http://www.yahoo.com
  26.  
  27.  
  28. [`height`]
  29. Kind=S
  30. Value=400
  31.  
  32.  
  33. [`width`]
  34. Kind=S
  35. Value=500
  36.  
  37.  
  38.